home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ewebedit / multiewe.cfm < prev    next >
Text File  |  1999-06-27  |  3KB  |  65 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <html>
  3.     <head>
  4.         <title>EKtron WYSIWYG Editor</title>
  5.         <meta name="keywords" content="ecommerce, electronic commerce, web design, software engineering"> 
  6.         <meta name="Author" content="EKtron, Inc.">
  7.         <cfinclude template="../includes/mouseoverjs.txt">
  8.         <link rel="STYLESHEET" type="text/css" href="../link.css">
  9.         <script language="javascript">
  10.             function CnvString( cStr ) {
  11.                 var nLen = cStr.length;
  12.                 var cNew = "";
  13.                 for (count=0; count < nLen; count++) {
  14.                     cTemp=cStr.substring(count, count+1);
  15.                     if ( cTemp == "\"" ) {
  16.                         cNew = cNew + ""\;";
  17.                     }
  18.                     else {
  19.                         cNew = cNew + cTemp;
  20.                     }
  21.                 }
  22.                 return cNew;
  23.             } 
  24.         </script>
  25.     </head>
  26.     <body bgcolor="white">
  27.         <table width="700" cellpadding="0" cellspacing="0" border="0">
  28.         <tr>
  29.             <td width="113" height="35" valign="TOP" bgcolor="#639C63"><a href="http://www.ektron.com"><img src="EKlogo.gif" width=113 height=35 alt="" border=0></a></td>
  30.             <td width="575" align="CENTER" valign="BOTTOM" bgcolor="#639C63"></td>
  31.         </tr>
  32.         <tr>
  33.             <td align="CENTER" valign="TOP" bgcolor="#639C63"><img src="http://www.ektron.com/images/space.gif" width=1 height=400 alt="" border="0"></td>
  34.             <td align="CENTER">
  35.                 <cfquery datasource="editor" name="q_editor1">
  36.                     select * from WYSIWYG where edit_id = 4    
  37.                 </cfquery>
  38.                 <cfquery datasource="editor" name="q_editor2">
  39.                     select * from WYSIWYG where edit_id = 3    
  40.                 </cfquery>
  41.                 <table width="90%">
  42.                     <cfform action="index.cfm" method="POST" name="frmMain" enctype="multipart/form-data">
  43.                         <tr>
  44.                             <td colspan="2">
  45.                                 <CF_WebEditor EditorsInForm="2" EditorNumber="1" codebase="" version="2,3,0,0" license="127.0.0.1?650630331830908" license2="localhost?450030921323976" license3="" font="verdana" width="550" height="200" htmlcode="#q_editor1.edit_html#" form="frmMain" button="btnSave">            
  46.                                 <CF_WebEditor EditorsInForm="2" EditorNumber="2" codebase="" version="2,3,0,0" license="127.0.0.1?650630331830908" license2="localhost?450030921323976" license3="" font="verdana" width="550" height="200" htmlcode="#q_editor2.edit_html#" form="frmMain" button="btnSave">            
  47.                             </td>
  48.                         </tr>
  49.                         <tr>
  50.                             <td colspan="2" align="center"><input type="Submit" name="btnSave" value="Save"><input type="hidden" name="action" value="edit"><cfoutput><input type="hidden" name="edit_id" value="2"></cfoutput></td>
  51.                         </tr>
  52.                     </cfform>
  53.                 </table>
  54.             </td>
  55.         </tr>
  56.         <tr>
  57.             <td bgcolor="#639C63" align="center" valign="middle"><font face="verdana, arial, helvetica" size="2" color="white"><b><cfinclude template="../includes/displaytime.txt"></b></font></td>
  58.             <td height="25" align="center"><a href="javascript:history.back();"><font size="2" face="verdana, arial, helvetica">Back</font></a></td>
  59.         </tr>
  60.         </table>
  61.     </body>
  62. </html>
  63.         
  64.  
  65.